home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / libx11inc.lha / X11 / Xm / CutPasteP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  809 b   |  39 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
  3.  * ALL RIGHTS RESERVED
  4. */ 
  5. /*   $RCSfile: CutPasteP.h,v $ $Revision: 1.18 $ $Date: 92/05/14 12:49:01 $ */
  6. /*
  7. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  8. /*
  9. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  10. #ifndef _XmCutPasteP_h
  11. #define _XmCutPasteP_h
  12.  
  13. #include <Xm/CutPaste.h>
  14. #include <Xm/XmP.h>
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20.  
  21.  
  22. /********    Private Function Declarations    ********/
  23. #ifdef _NO_PROTO
  24.  
  25.  
  26. #else
  27.  
  28.  
  29. #endif /* _NO_PROTO */
  30. /********    End Private Function Declarations    ********/
  31.  
  32.  
  33. #ifdef __cplusplus
  34. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  35. #endif
  36.  
  37. #endif /* _XmCutPasteP_h */
  38. /* DON'T ADD ANYTHING AFTER THIS #endif */
  39.